home *** CD-ROM | disk | FTP | other *** search
/ Computer Life: SuperPac / SuperPac (Computer Life Magazine)(Ziff-Davis)(1995).ISO / pc / demos / nile / senet.exe / senet.DXR / 00027_Pass.ls < prev    next >
Encoding:
Text File  |  1995-05-04  |  119 b   |  10 lines

  1. on mouseDown
  2.   global theSenetGame
  3.   if not youMustRoll() then
  4.     passTurn(theSenetGame)
  5.   end if
  6. end
  7.  
  8. on mouseUp
  9. end
  10.